-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Fix DefaultSelect to enable BB the configuration of the Content Fragment component
Add ContentFragmentPathBrowser dialog field
@@ -49,4 +50,9 @@ | |||
default String getLabel() { | |||
return null; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better solution would be default here. Thanks to this it wouldn't required empty methods and would not break any API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, document the new behaviour please :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed & fixed
@@ -96,6 +96,7 @@ Properties: | |||
- label - select dialog field with this label. If there is no label the fields will be selected in order. | |||
- type - type of dialog field. All available OOB fields are displayed in section below | |||
- value - what value should be set | |||
- clear - true/false, currently viable only for Multifields, you decide if the field's state should be set to a blank before entering the new value. This translates to deleting all existing items in a Multifield before adding any new ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Description
Add the option to decide whether a dialog field should be cleared or not before adding new values to it. Currently only Multifield has the clear() method implemented, others are empty. More will be added later when required during our work on testing core components.
Part of #373
Used by wttech/bobcat-aem-tests#16
Motivation and Context
Types of changes
Checklist: